1.启动项目,创建爱你CharacterBase的子类 2.创建敌人数据资产 3.创建敌人的ASC 4.创建敌人的CombatComponent 5.打开EnemyCharacter,
// Fill out your copyright notice in the Description page of Project Settings.#pragma once#include "Core…
应用cnn对kaggle上的图像数据集进行练习
数据集地址:Cat and Dog
import torch
import torch.nn as nn
import torch.optim as optim
from torchvision import datasets, transforms
from torch.utils.data import DataLoader
import matplotlib.pyplot as plt
im…